StartupTask.State Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.