Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets single script schedule mode.
Syntax
public boolean parmSingleScriptMode(
[boolean _singleScriptMode,
ClassId _classId,
MethodName _methodName])
Run On
Server
Parameters
- _singleScriptMode
Type: boolean
A value of True schedules a single script.
- _classId
Type: ClassId Extended Data Type
A value of True schedules a single script.
- _methodName
Type: MethodName Extended Data Type
A value of True schedules a single script.
Return Value
Type: boolean
true if single script mode is set.
Remarks
If the _singleScriptMode parameter is set to True, the cockpit form lets the user schedule a single script and its dependencies.
This method is used for debugging purposes only.