Skip to main content

IntroductionJobProgress

Callable

  • IntroductionJobProgress(JobName: string, Param?: string, UniqueMember?: boolean): void

  • Validates progress for a daily job. When a member number needs to be unique, it may not progress.


    Parameters

    • JobName: string

      Name of the job for which to register progress

    • optionalParam: string

      Optional parameter for the job to check for. Can be the name of an asset or anything required by the specific job.

    • optionalUniqueMember: boolean

      If the member number should be unique.

    Returns void

    • Nothing