# frozen_string_literal: true module LightServiceExt module Status COMPLETE = :all_steps_complete INCOMPLETE = :steps_incomplete end end