Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 554 Bytes

FinishInvestigation.md

File metadata and controls

31 lines (23 loc) · 554 Bytes

Back to overview


FinishInvestigation (FinINV)


Description

Finishes an Investigation.

Parameters

Name Type Description Required Default Value
ID String The ID of the Investigation that should be finished. -

Examples:

Example #1: Finishing the Investigation 'Backyard'.

1:  FinishInvestigation:["Backyard"];

Example #2: Finishing the Investigation '5'.

2:  FinINV:[5];

Remarks:


Back to overview