Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 446 Bytes

File metadata and controls

25 lines (13 loc) · 446 Bytes

@appzung/react-native-code-push v11.0.3


@appzung/react-native-code-push / DeploymentStatus

Enumeration: DeploymentStatus

Indicates the status of a deployment (after installing and restarting).

Enumeration Members

FAILED

FAILED: "DeploymentFailed"

The deployment failed (and was rolled back).


SUCCEEDED

SUCCEEDED: "DeploymentSucceeded"

The deployment succeeded.