X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1bfda34f36f2cf2064460f169f195fa5b2fe305a..7d4da75d3980d465053c44b4d5b16afe166912a6:/apps/workbench/app/models/work_unit.rb diff --git a/apps/workbench/app/models/work_unit.rb b/apps/workbench/app/models/work_unit.rb index 37554469c3..493dd2f578 100644 --- a/apps/workbench/app/models/work_unit.rb +++ b/apps/workbench/app/models/work_unit.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class WorkUnit # This is an abstract class that documents the WorkUnit interface @@ -207,4 +211,8 @@ class WorkUnit def template_uuid # return the uuid of this work unit's template, if one exists end + + def runtime_status + # Returns this work unit's runtime_status, if any + end end