• Parameters

    • fcn: any

    Returns {
        schedule: { (timeout: any): ...; schedule: ...; call(): ...; cancel(): ...; isPending(): any; };
        call(): { (timeout: any): ...; schedule: ...; call(): ...; cancel(): ...; isPending(): any; };
        cancel(): { (timeout: any): ...; schedule: ...; call(): ...; cancel(): ...; isPending(): any; };
        isPending(): any;
        (timeout): { (timeout: any): ...; schedule: ...; call(): ...; cancel(): ...; isPending(): any; };
    }

      • (timeout): { (timeout: any): ...; schedule: ...; call(): ...; cancel(): ...; isPending(): any; }
      • Parameters

        • timeout: any

        Returns { (timeout: any): ...; schedule: ...; call(): ...; cancel(): ...; isPending(): any; }

    • schedule: { (timeout: any): ...; schedule: ...; call(): ...; cancel(): ...; isPending(): any; }
    • call:function
      • Returns { (timeout: any): ...; schedule: ...; call(): ...; cancel(): ...; isPending(): any; }

    • cancel:function
      • Returns { (timeout: any): ...; schedule: ...; call(): ...; cancel(): ...; isPending(): any; }

    • isPending:function

Generated using TypeDoc