DeviceStatusIsCalibrating Method  | 
 
            Gets whether or not the device is currently calibrating.
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic bool IsCalibrating()
Public Function IsCalibrating As Boolean
public:
bool IsCalibrating()
member IsCalibrating : unit -> bool 
Return Value
Type: 
BooleanWhether or not the device is currently calibrating.
See Also