다음을 통해 공유


EntryPointStatus type

EntryPointStatus에 대한 값을 정의합니다. 가능한 값으로는 'Invalid', 'Pending', 'Starting', 'Started', 'Stopp', 'Stopped' 등이 있습니다.

type EntryPointStatus =
  | "Invalid"
  | "Pending"
  | "Starting"
  | "Started"
  | "Stopping"
  | "Stopped"