StartupTask.State Property

Definition

Gets the state (enabled, disabled, or disabled by user) of the startup task.

public:
 property StartupTaskState State { StartupTaskState get(); };
StartupTaskState State();
public StartupTaskState State { get; }
var startupTaskState = startupTask.state;
Public ReadOnly Property State As StartupTaskState

Property Value

The state of the startup task.

Applies to