!!! Overview
The [DirXML-State] attribute shows the status of the [DirXML Driver] or [DirXML Shim]

Below are the possible values when the [dirXML-State] attribute is read __AND__ when you use the [dxcmd] command.

%%zebra-table
%%sortable
%%table-filter
||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
}}}

!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]