Navigation

Check Status

Check whether the GPAL service is up and ready.

Check whether the GPAL service is up and ready.

Pings the GPAL service and returns whether it is currently running and ready to accept commands.

TIP

Functionally equivalent to get-ready-status; the source code itself notes it is unclear why both endpoints exist.

Examples

REST Client: Direct REST/HTTP client

bool isUp = client.ExecuteCheckStatus(); // async variant bool isUpAsync = await client.ExecuteCheckStatusAsync();