GitForkOperationStatusDetail interface
Status information about a requested fork operation.
Properties
| all |
All valid steps for the forking process |
| current |
Index into AllSteps for the current step |
| error |
Error message if the operation failed. |
Property Details
allSteps
All valid steps for the forking process
allSteps: string[]
Property Value
string[]
currentStep
Index into AllSteps for the current step
currentStep: number
Property Value
number
errorMessage
Error message if the operation failed.
errorMessage: string
Property Value
string