Class MaintenanceSystem

Inheritance Relationships

Base Type

Class Documentation

class MaintenanceSystem : public csp::systems::SystemBase

Public facing system that allows interfacing with the Maintenance Window Server.

This system can be used to query if there is currently a planned outage and can also be used to check for up coming maintenances outages

Public Functions

void GetMaintenanceInfo(const csp::common::String &MaintenanceURL, MaintenanceInfoCallback Callback)

Receives information on planned maintenances outages schedules for the future.

Parameters

CallbackMaintenanceInfoCallback : callback when asynchronous task finishes