Class TaskSequence
Namespace: GTA
Assembly: ScriptHookVDotNet3.dll
Syntax
public sealed class TaskSequence : IDisposable
Constructors
|
Improve this Doc
View Source
TaskSequence()
Declaration
|
Improve this Doc
View Source
TaskSequence(Int32)
Declaration
public TaskSequence(int handle)
Parameters
Type |
Name |
Description |
Int32 |
handle |
|
Properties
|
Improve this Doc
View Source
AddTask
Declaration
public TaskInvoker AddTask { get; }
Property Value
|
Improve this Doc
View Source
Count
Declaration
public int Count { get; }
Property Value
|
Improve this Doc
View Source
Handle
Declaration
public int Handle { get; }
Property Value
|
Improve this Doc
View Source
IsClosed
Declaration
public bool IsClosed { get; }
Property Value
Methods
|
Improve this Doc
View Source
Close()
Declaration
|
Improve this Doc
View Source
Close(Boolean)
Declaration
public void Close(bool repeat)
Parameters
Type |
Name |
Description |
Boolean |
repeat |
|
|
Improve this Doc
View Source
Dispose()
Declaration
Implements