ScheduledTask: Add Test to cover 'StopExisting' value in MultipleInstances Parameter #339
Labels
enhancement
The issue is an enhancement request.
help wanted
The issue is up for grabs for anyone in the community.
tests
The issue or pull request is about tests only.
The
StopExisting
value in theMultipleInstances
parameter must be handled in a special way because it is missing from the ENUM used by the underlying cmdlets/objects.We don't have unit tests that specifically cover the use of this, so either extract the handling into a function that can be mocked and/or add an integration test.
See #335
The text was updated successfully, but these errors were encountered: