@servicenow/sdk - v4.4.1
    Preparing search index...

    Interface Watch<T>

    interface Watch<T> {
        close(): void;
        getProgram(): T;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Methods

    • Closes the watch

      Returns void

    • Synchronize with host and get updated program

      Returns T