Repository.Task.AddCorrectiveTask: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) (Created page with '{{Template:APIClass|Repository Class|Repository}} == Declaration == {{APIPrefix|Public Function}} {{APIName|GetAllCorrectiveTasks()}} {{APIPrefix|As}} {{APIName|cCorrectiveTas…') |
John Leavitt (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
{{APIPrefix|Public Function}} | {{APIPrefix|Public Function}} | ||
{{APIName| | {{APIName|AddCorrectiveTask(}} | ||
{{APIPrefix|ByVal}} | |||
{{APIName|task()}} | |||
{{APIPrefix|As}} | {{APIPrefix|As}} | ||
{{APIName|cCorrectiveTask()}} | {{APIName|cCorrectiveTask()}} | ||
{{APIPrefix|As Boolean}} | |||
{{APIComment| | {{APIComment|Saves the corrective task in the repository. }} |
Revision as of 17:43, 6 September 2013
Declaration
Public Function AddCorrectiveTask( ByVal task() As cCorrectiveTask() As Boolean
Saves the corrective task in the repository.