Module: Google::Cloud::Talent::V4beta1::Application::ApplicationState
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/application.rb
Overview
Enum that represents the application status.
Constant Summary collapse
- APPLICATION_STATE_UNSPECIFIED =
Default value.
0
- IN_PROGRESS =
The current stage is in progress or pending, for example, interviews in progress.
1
- CANDIDATE_WITHDREW =
The current stage was terminated by a candidate decision.
2
- EMPLOYER_WITHDREW =
The current stage was terminated by an employer or agency decision.
3
- COMPLETED =
The current stage is successfully completed, but the next stage (if applicable) has not begun.
4
- CLOSED =
The current stage was closed without an exception, or terminated for reasons unrealated to the candidate.
5