Table of Contents

Class TaskType

Namespace
L5Sharp.Enums
Assembly
L5Sharp.dll

Provides an enumeration of all Logix Task types. Value must be Continuous, Periodic, or Event.

public sealed class TaskType : LogixEnum<TaskType, string>, IEquatable<LogixEnum<TaskType, string>>, IComparable<LogixEnum<TaskType, string>>
Inheritance
TaskType
Implements
Inherited Members

Fields

Continuous

Represents a Continuous TaskType, or a task that is configured to run continuously.

public static readonly TaskType Continuous

Field Value

TaskType

Event

Represents an Event TaskType, or a task that is configured to run when a specified event occurs.

public static readonly TaskType Event

Field Value

TaskType

Periodic

Represents a Periodic TaskType, or a task that is configured to run at a specified rate.

public static readonly TaskType Periodic

Field Value

TaskType