Method IsSystemValid
IsSystemValid(SystemHandle)
Checks whether a system identified by its system handle exists and is in a valid state
Declaration
public bool IsSystemValid(SystemHandle id)
Parameters
Type | Name | Description |
---|---|---|
SystemHandle | id | The system handle |
Returns
Type | Description |
---|---|
bool | True if the system handle identifies a valid system, false otherwise |