StatestatusVersion: xstate@5.0.0On this pageState.status property​Indicates whether the state is a final state.Signature:status: 'active' | 'done' | 'error' | 'stopped';