Class TaskThreadTracker
Namespace: Ludiq
Syntax
public sealed class TaskThreadTracker
Properties
runsCurrent
Declaration
public bool runsCurrent { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Methods
Enter()
Declaration
public void Enter()
Exit()
Declaration
public void Exit()
Runs(Thread)
Declaration
public bool Runs(Thread thread)
Parameters
| Type | Name | Description |
|---|---|---|
| Thread | thread |
Returns
| Type | Description |
|---|---|
| Boolean |