zap-cdk
    Preparing search index...

    Interface IDelayParameters

    IDelayParameters Represents the parameters for configuring a delay in the execution plan.

    interface IDelayParameters {
        fileName?: string;
        time?: string;
    }
    Index

    Properties

    Properties

    fileName?: string

    Name of a file which will cause the job to end early if created, default: empty.

    time?: string

    The time to wait, format any of ['hh:mm:ss', 'mm:ss', 'ss'], default: 0.