Table of Contents

Class CynicatSimpleJob

Namespace
Global
Assembly
Assembly-CSharp.dll
public abstract class CynicatSimpleJob
Inheritance
CynicatSimpleJob
Derived
Inherited Members

Constructors

CynicatSimpleJob()

protected CynicatSimpleJob()

Fields

isAlive

public bool isAlive

Field Value

bool

isRunning

public bool isRunning

Field Value

bool

isScheduled

public bool isScheduled

Field Value

bool

thread

public Thread thread

Field Value

Thread

Methods

Abort()

public void Abort()

ClearData()

public abstract void ClearData()

OnExecute()

protected abstract void OnExecute()

OnSchedule()

protected abstract void OnSchedule()

OnStart()

protected abstract void OnStart()

Schedule()

public void Schedule()

ScheduleNow()

public void ScheduleNow()

Start()

public void Start()

StartNow()

public void StartNow()

WaitForResults()

public void WaitForResults()