C# Class AIMA.Core.Util.CancelableThread

Inheritance: System.Thread
Show file Open project: PaulMineau/AIMA.Net

Public Methods

Method Description
cancel ( ) : void
currIsCanceled ( ) : bool
isCanceled ( ) : bool

Method Details

cancel() public method

public cancel ( ) : void
return void

currIsCanceled() public static method

public static currIsCanceled ( ) : bool
return bool

isCanceled() public method

public isCanceled ( ) : bool
return bool