Share via


ReleaseUpdateCockpit.parmSingleScriptMode Method [AX 2012]

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.

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.

See Also

Reference

ReleaseUpdateCockpit Class