Search Results for

    Show / Hide Table of Contents

    Class TaskSequence

    Inheritance
    Object
    TaskSequence
    Implements
    IDisposable
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: GTA
    Assembly: ScriptHookVDotNet3.dll
    Syntax
    public sealed class TaskSequence : IDisposable

    Constructors

    | Improve this Doc View Source

    TaskSequence()

    Declaration
    public TaskSequence()
    | 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
    Type Description
    TaskInvoker
    | Improve this Doc View Source

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    Handle

    Declaration
    public int Handle { get; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    IsClosed

    Declaration
    public bool IsClosed { get; }
    Property Value
    Type Description
    Boolean

    Methods

    | Improve this Doc View Source

    Close()

    Declaration
    public void Close()
    | 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
    public void Dispose()

    Implements

    System.IDisposable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX