map.apps Bundle APIs 4.20.0
    Preparing search index...

    Represents tasks executed by the TaskExecutor.

    interface Task {
        equals(other: Task): boolean;
        (): void;
    }
    • Executes the task

      Returns void

    Index

    Methods

    Methods

    • Returns true if this equals other.

      Parameters

      Returns boolean