IdleTypes Enum

Definition

The flags given in a call to FDoIdle(UInt32) to indicate what kind of idle tasks should be done. This enum is also located in the DoIdleEventArgs given to listeners of the DoIdle event.

This enumeration supports a bitwise combination of its member values.

public enum class IdleTypes
public enum class IdleTypes
enum IdleTypes
[System.Flags]
public enum IdleTypes
[<System.Flags>]
type IdleTypes = 
Public Enum IdleTypes
Inheritance
IdleTypes
Attributes

Fields

All 7

The component should perform all idle tasks.

NonPeriodic 2

The component should perform nonperiodic idle tasks.

Periodic 1

The component should perform periodic idle tasks.

Priority 4

The component should perform high priority, nonperiodic idle tasks.

Applies to