Can anyone provide details on what the three of these mean?
- System::ContainerStartTime
- System::CreationDate
- System::StartTime
The documentation for these three is virtually non-existent.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ContainerStartTimeis the timestamp for when a task’s immediate parent container (such as a Sequence Container or a For Each Loop) has started executing.CreationDateis whenever the package was created.StartTimeis the time that the package began executing.As described here.