Below are the possible values when the dirXML-State attribute is read AND when you use the dxcmd command.
STATE | DESCRIPTION |
---|---|
0 | DRIVER_STATE_STOPPED |
1 | DRIVER_STATE_STARTING |
2 | DRIVER_STATE_RUNNING |
3 | DRIVER_STATE_STOPPING |
In our LDAPMONITOR applications we use the following:
DRIVER_STATE_STOPPED = 0; DRIVER_STATE_STARTING = 1; DRIVER_STATE_RUNNING = 2; DRIVER_STATE_STOPPING = 3; DRIVER_GET_SCHEMA = 11; DRIVER_NOT_ON_HOST = 999; // We made this one up to show if unknown