swarpc
    Preparing search index...

    Interface Procedure<I, P, S>

    interface Procedure<I extends Type, P extends Type, S extends Type> {
        input: I;
        progress: P;
        success: S;
    }

    Type Parameters

    • I extends Type
    • P extends Type
    • S extends Type
    Index

    Properties

    input: I
    progress: P
    success: S