Table of Contents

Class AppState

Namespace
InSite.Common
Assembly
InSite.UI.dll
public static class AppState
Inheritance
AppState
Inherited Members

Methods

GetAutomationState()

public static AutomationStateType GetAutomationState()

Returns

AutomationStateType

GetAutomationStateAsync()

public static Task<AutomationStateType> GetAutomationStateAsync()

Returns

Task<AutomationStateType>

IsMaintenanceModeEnabled()

public static bool IsMaintenanceModeEnabled()

Returns

bool

IsMaintenanceModeEnabledAsync()

public static Task<bool> IsMaintenanceModeEnabledAsync()

Returns

Task<bool>

TryEnableMaintenanceMode(bool)

public static bool TryEnableMaintenanceMode(bool enable)

Parameters

enable bool

Returns

bool

TryEnableMaintenanceModeAsync(bool)

public static Task<bool> TryEnableMaintenanceModeAsync(bool enable)

Parameters

enable bool

Returns

Task<bool>

TryStartAutomationAsync()

public static Task<bool> TryStartAutomationAsync()

Returns

Task<bool>

TryStopAutomationAsync()

public static Task<bool> TryStopAutomationAsync()

Returns

Task<bool>