SysStartupCmdInferSecurity.parmSkipShutDown Method [AX 2012]

Gets or sets a Boolean value that indicates whether a client shutdown is necessary after this command executes.

Syntax

public boolean parmSkipShutDown([boolean _skipShutDown])

Run On

Called

Parameters

  • _skipShutDown
    Type: boolean
    A Boolean value that indicates whether to skip shutdown once this class is finished; optional.

Return Value

Type: boolean
The current value of the Boolean parameter.

Remarks

This method will set the shutdown flag that is consumed by the shutdown command.

See Also

Reference

SysStartupCmdInferSecurity Class