« Back to Product

Documentation

SC_Stop

 boolean SC_Stop (int $InstanceID) 

Parameters

InstanceID

ID of the shutter control instance

Returns

If the command succeeds, it returns TRUE, otherwise FALSE.

Description

Stops a move operation for the device with ID InstanceID.

The status variable is reset to -1.

Example

SC_Stop(12345); //Stop
Any questions?