Go to the source code of this file.
Detailed Description
Variable Documentation
| const int DtScriptedTaskOperationType = 131 |
Interface content message for performing an operation on a scripted task (modify, remove, make a system script, update script, etc).
| const int DtScriptedTaskOperationResponseType = 132 |
| const int DtIfScriptedTaskOperationModify = 1 |
| const int DtIfScriptedTaskOperationRemove = 2 |
Add or modify existing task.
| const int DtIfScriptedTaskOperationModifyScript = 3 |
Remove scripted task from the scenario. Will not remove if the script is a system script.
| const int DtIfScriptedTaskOperationMakeSystemScript = 4 |
Modify script only associated with script id.
| const int DtIfScriptedTaskOperationModifyWithScriptIdChange = 5 |
Makes the specified script id a system script.
| const int DtIfScriptedTaskOperationMonitorFrameRate = 6 |
Change the meta-data and remap to new id.
| const int DtIfScriptedTaskOperationStopMonitoringFrameRate = 7 |
Sets to monitor the frame rate of script id or all if script id is blank.
| const int DtIfScriptedTaskOperationModifyIncludeScript = 8 |
Stops monitoring frame rate of script id or all if script id is blank.
| const int DtIfScriptedTaskOperationModified = 1 |
Include the script as part of the add.
Send in response from the server. This will let the front-ends know what to do with the specific task
| const int DtIfScriptedTaskOperationRemoved = 2 |
| const int DtIfScriptedTaskOperationScriptModified = 3 |
| const int DtIfScriptedTaskOperationScriptError = 4 |