Progress: {
    duration?: number | null;
    end?: string | null;
    execution_percentage: number;
    start: string;
    status: string;
}

Type declaration

  • Optionalduration?: number | null
  • Optionalend?: string | null
  • execution_percentage: number
  • start: string
  • status: string