Group ICommand_h¶
Public Attributes¶
| Type | Name |
|---|---|
| interface SPINNAKER_API_ABSTRACT | ICommand |
Public Functions¶
| Type | Name |
|---|---|
| virtual bool | IsDone (bool Verify=true) = 0 |
Public Attributes Documentation¶
variable ICommand¶
Interface for command like properties
Public Functions Documentation¶
function IsDone¶
Query whether the command is executed
Parameters:
VerifyEnables Range verification (default = false). The AccessMode is always checked
Returns:
True if the Execute command has finished; false otherwise