Python API
 All Classes Namespaces Functions Variables
plux.Event.SchedChangeAction Namespace Reference

Integer constants to be used in SchedChange.action. More...

Variables

int SchedStarted = 0
 A scheduled session has started. More...
 
int SchedEnded = 1
 A scheduled session has ended. More...
 
int SchedCannotStart = 2
 A scheduled session could not start. More...
 

Detailed Description

Integer constants to be used in SchedChange.action.

Variable Documentation

int plux.Event.SchedChangeAction.SchedCannotStart = 2

A scheduled session could not start.

int plux.Event.SchedChangeAction.SchedEnded = 1

A scheduled session has ended.

int plux.Event.SchedChangeAction.SchedStarted = 0

A scheduled session has started.