SysStartupCmdCompileModel.setSkipExecution Method [AX 2012]

Sets a value of whether to skip the execution of the startup command.

Syntax

public void setSkipExecution(boolean _skipExecute)

Run On

Called

Parameters

  • _skipExecute
    Type: boolean
    A Boolean value that indicates whether to skip execution of the startup command.

Remarks

This method can be used to override the default behavior.

See Also

Reference

SysStartupCmdCompileModel Class