mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
8 lines
89 B
Go
8 lines
89 B
Go
|
package protecode
|
||
|
|
||
|
const (
|
||
|
statusBusy = "B"
|
||
|
statusReady = "R"
|
||
|
statusFailed = "F"
|
||
|
)
|