Interface IAutoRunProvider
Represents a provider for custom cursors.
public interface IAutoRunProvider
Methods
DisableAutoRun()
Asynchronously disables auto-run.
Task DisableAutoRun()
Returns
EnableAutoRun(bool, int)
Asynchronously enables auto-run.
Task EnableAutoRun(bool recreate, int autoRunDelay)
Parameters
recreateboolA boolean indicating whether the auto-run configuration should be recreated (the auto run delay changed)
autoRunDelayintThe delay in seconds before the application should start (if supported)