Device.GetCriticality
Method | |
---|---|
Module | Device |
Library | Core |
Action | Gets the user-defined criticality level for this device. |
Parameters | (None) |
Return values | |
Example | @c = Device.GetCriticality();
@c = SELECT * FROM @c WHERE Value < 5;
IF (@c)
// Perform action on devices with a criticality
// rating lower than five.
ENDIF; |
Platforms |
|
Notes | Use |