IConfigScheduledProcess Interface

This interface is the abstraction of the concrete implementation by class ScheduledProcess.

Namespace:  IntervalZero.MaxRT.wRTOS.Config
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public interface IConfigScheduledProcess

 

The IConfigScheduledProcess type exposes the following members.

Properties

  Name Description

Public property

AffinityMask

See property AffinityMask.

Public property

FileName

See property FileName.

Public property

IdealProcessor

See property IdealProcessor.

Public property

MSpaceInitialSize

See property MSpaceInitialSize.

Public property

MSpaceExpandSize

See property MSpaceExpandSize.

Public property

Parameters

See property Parameters.

Public property

ProcessID

See property ProcessID.

Methods

  Name Description

Public method

Delete

See method Delete.

Public method

SetNewOrder

See method SetNewOrder.

See Also: