OcaTaskCommand¶
-
class
OcaTaskCommand()¶ Commands controllers can send to OcaTasks to change their states
-
OcaTaskCommand.None¶ type: OcaTaskCommand
Singleton object corresponding to the entry with value
0.
-
OcaTaskCommand.Prepare¶ type: OcaTaskCommand
Singleton object corresponding to the entry with value
1.
-
OcaTaskCommand.Enable¶ type: OcaTaskCommand
Singleton object corresponding to the entry with value
2.
-
OcaTaskCommand.Start¶ type: OcaTaskCommand
Singleton object corresponding to the entry with value
3.
-
OcaTaskCommand.Stop¶ type: OcaTaskCommand
Singleton object corresponding to the entry with value
4.
-
OcaTaskCommand.Abort¶ type: OcaTaskCommand
Singleton object corresponding to the entry with value
5.
-
OcaTaskCommand.Disable¶ type: OcaTaskCommand
Singleton object corresponding to the entry with value
6.
-
OcaTaskCommand.Clear¶ type: OcaTaskCommand
Singleton object corresponding to the entry with value
7.
-