From 8ca87a7ddd6c75bfdde7dac6f966b31d5c5b101c Mon Sep 17 00:00:00 2001 From: radek Date: Wed, 26 Jun 2019 13:37:44 +0200 Subject: [PATCH] Added Creating status to TaskState --- golem-rpc-api/src/comp.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/golem-rpc-api/src/comp.rs b/golem-rpc-api/src/comp.rs index 28bc8ac..bb7ed31 100644 --- a/golem-rpc-api/src/comp.rs +++ b/golem-rpc-api/src/comp.rs @@ -158,6 +158,7 @@ pub enum TaskStatus { #[serde(rename = "Creating the deposit")] CreatingDeposit, Sending, + Creating, Waiting, Starting, Computing,