Interfaceservicesv0.6.0LifecycleTaskBase interface for a lifecycle task interface LifecycleTaskinterface LifecycleTaskMember overviewPropertiesnametasktimeoutPropertiesnameName of the task name: string;name: string;taskFunction to execute the task task: () => Promise<void>;task: () => Promise<void>;timeoutTimeout for the task timeout: number;timeout: number;