Member | Value | Description |
---|---|---|
PCD__OFF | 0 | Turns off error catching. The basic script will no longer be notified when motion errors occur. |
PCD_CATCH_IN_INTEGER | 1 | All subsequent motion errors will cause the integer passed by reference as the catch_error parameter to be set to a non-zero value. |
PCD_TRIGGER_ERROR | 2 | All subsequent motion errors will generate runtime error 1001. These error may be caught using the On Error statement. |