<< Click to Display Table of Contents >>
CommandConfirm |
Indicates whether a Command asks for confirmation or not. Possible values for this property are the following:
•-1 - ccNever: Executes a Command without asking users for confirmation
•0 - ccAlways: Always ask for confirmation before executing a Command (default)
The behavior of a Command with Interlocks is affected by the behavior of this property as follows:
•If the CommandConfirm property is set to 0 (zero, ccAlways):
•If the Command is not interlocked, displays a dialog box asking for confirmation to execute this Command
•If the Command is interlocked, the behavior depends on the CommandInterlockMode property:
•If the CommandInterlockMode property is set to 0 (zero, cimDoNothing), displays a dialog box asking for confirmation to execute this Command
•If the CommandInterlockMode property is set to 1 (cimWarning), displays a dialog box warning that the Command Unit is interlocked and asks for confirmation to execute this Command
•If the CommandInterlockMode property is set to 2 (cimBlockCommand), the Operate button on PowerExplorer's Commands tab is then disabled
•If the CommandConfirm property is set to -1 (ccNever):
•If the Command is not interlocked, it is executed
•If the Command is interlocked, the behavior depends on the CommandInterlockMode property:
•If the CommandInterlockMode property is set to 0 (zero, cimDoNothing), this Command is not executed, nor displays any dialog box
•If the CommandInterlockMode property is set to 1 (cimWarning), displays a dialog box warning that the Command Unit is interlocked and asks for confirmation to execute this Command
•If the CommandInterlockMode property is set to 2 (cimBlockCommand), the Operate button on PowerExplorer's Commands tab is then disabled