Skip to main content

ResQ.Simulation.ScenarioRunner

ScenarioRunner.CheckServicesAsync(CancellationToken) Method

Checks if services are healthy before running scenarios.
public System.Threading.Tasks.Task<bool> CheckServicesAsync(System.Threading.CancellationToken ct=default(System.Threading.CancellationToken));

Parameters

ct System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<System.Boolean>
True if all services are healthy; false otherwise.

Remarks

Verifies connectivity to both coordination-hce and infrastructure-api services. Outputs health status to console.