result is different from comments

Change-Id: I05fd9111663512ef2169036c637c330df1c5f740
This commit is contained in:
lu-meihong 2019-10-10 20:56:20 -07:00
parent 89c6e59c09
commit de0f67c6f5
2 changed files with 6 additions and 6 deletions

View File

@ -92,7 +92,7 @@ class JobManager(object):
:param job_id: the id of the job to start
:return: the response obj:
{
result: string 'success' or 'already started'
result: string 'success' or 'start already requested'
}
"""
# endpoint /v1/jobs/{job_id}/event
@ -113,7 +113,7 @@ class JobManager(object):
:param job_id: the id of the job to start
:return: the response obj:
{
result: string 'success' or 'already stopped'
result: string 'success' or 'stop already requested'
}
"""
# endpoint /v1/jobs/{job_id}/event
@ -134,7 +134,7 @@ class JobManager(object):
:param job_id: the id of the job to start
:return: the response obj:
{
result: string 'success' or 'already stopped'
result: string 'success' or 'abort already requested'
}
"""
# endpoint /v1/jobs/{job_id}/event

View File

@ -93,7 +93,7 @@ class JobManager(object):
:param job_id: the id of the job to start
:return: the response obj:
{
result: string 'success' or 'already started'
result: string 'success' or 'start already requested'
}
"""
# endpoint /v2/jobs/{job_id}/event
@ -114,7 +114,7 @@ class JobManager(object):
:param job_id: the id of the job to start
:return: the response obj:
{
result: string 'success' or 'already stopped'
result: string 'success' or 'stop already requested'
}
"""
# endpoint /v2/jobs/{job_id}/event
@ -135,7 +135,7 @@ class JobManager(object):
:param job_id: the id of the job to start
:return: the response obj:
{
result: string 'success' or 'already stopped'
result: string 'success' or 'abort already requested'
}
"""
# endpoint /v2/jobs/{job_id}/event