Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Python3 ArmarX
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software
ArmarX
Python3 ArmarX
Commits
05eca139
Commit
05eca139
authored
2 years ago
by
Rainer Kartmann
Browse files
Options
Downloads
Patches
Plain Diff
Test enum values
parent
71972f41
No related branches found
No related tags found
1 merge request
!34
Armar6 dev
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
armarx_skills/provider/dto.py
+6
-0
6 additions, 0 deletions
armarx_skills/provider/dto.py
with
6 additions
and
0 deletions
armarx_skills/provider/dto.py
+
6
−
0
View file @
05eca139
...
...
@@ -9,6 +9,12 @@ from armarx.skills.provider.dto import \
SkillID
,
SkillDescription
,
SkillExecutionRequest
,
SkillStatusUpdateHeader
,
SkillStatusUpdate
from
armarx.skills.provider.dto.Execution
import
Status
Status
.
Idle
Status
.
Scheduled
Status
.
Running
Status
.
Failed
Status
.
Succeeded
Status
.
Aborted
SkillDescriptionMap
=
ty
.
Dict
[
str
,
SkillDescription
]
SkillStatusUpdateMap
=
ty
.
Dict
[
str
,
SkillStatusUpdate
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment