StartupTask.RequestEnableAsync Method

Definition

Requests that the startup task be enabled. If the task was disabled by the user using Task Manager, this method will not override their choice and the user must re-enable the task manually.

public:
 virtual IAsyncOperation<StartupTaskState> ^ RequestEnableAsync() = RequestEnableAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<StartupTaskState> RequestEnableAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<StartupTaskState> RequestEnableAsync();
function requestEnableAsync()
Public Function RequestEnableAsync () As IAsyncOperation(Of StartupTaskState)

Returns

When this method completes, it returns the state of the startup task.

Attributes

Applies to