Indicates whether the task is valid.
Namespace:
Quanser.HardwareAssembly: Quanser.Hardware.Hil (in Quanser.Hardware.Hil.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Function IsValid As Boolean |
| C# |
|---|
bool IsValid() |
| Visual C++ |
|---|
bool IsValid() |
| JavaScript |
|---|
function isValid(); |
Return Value
Returns true if the task is valid and false otherwise.
Remarks
This method returns true if the task is valid and false otherwise.
A task should always be valid, but this method is provided as a sanity check.