Repository.Task.GetCorrectiveTask
Jump to navigation
Jump to search
Version 10 Only - Returns corrective task with the provided ID. Returns nothing if the task doesn't exist.
Syntax
- GetCorrectiveTask(AscCorrectiveTask)
Usage Example
'Declare a new repository connection object. Dim MyRepository As New Repository 'Connect to the Synthesis repository. Dim Success As Boolean = False Success = MyRepository.ConnectToRepository("RepositoryFileNamePath") 'Get Corrective Task. Dim GetCorrectiveTask() as cCorrectiveTask GetCorrectiveTask= MyRepository.GetCorrectiveTask()