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