Table of Contents

Interface IAutoRunProvider

Namespace
Artemis.UI.Shared.Providers
Assembly
Artemis.UI.Shared.dll

Represents a provider for custom cursors.

public interface IAutoRunProvider

Methods

DisableAutoRun()

Asynchronously disables auto-run.

Task DisableAutoRun()

Returns

Task

EnableAutoRun(bool, int)

Asynchronously enables auto-run.

Task EnableAutoRun(bool recreate, int autoRunDelay)

Parameters

recreate bool

A boolean indicating whether the auto-run configuration should be recreated (the auto run delay changed)

autoRunDelay int

The delay in seconds before the application should start (if supported)

Returns

Task