Interface IActivityContext.IActivity
- All Known Implementing Classes:
ActivityStack.Activity
- Enclosing interface:
IActivityContext
public static interface IActivityContext.IActivity
-
Method Summary
Modifier and TypeMethodDescriptionvoidAppend text to the activity descriptionvoidAppend text to the activity descriptionvoidend()End this activity and remove it (and any descendants)voidEnd this activity (and any descendants) and begin the next activity using the same activity handlevoidEnd this activity (and any descendants) and begin the next activity using the same activity handle
-
Method Details
-
next
End this activity (and any descendants) and begin the next activity using the same activity handle- Parameters:
descriptionFormat- New activity description formatargs- New activity description args
-
next
End this activity (and any descendants) and begin the next activity using the same activity handle- Parameters:
description- New activity description
-
end
void end()End this activity and remove it (and any descendants) -
append
Append text to the activity description- Parameters:
textFormat- Format for text to appendargs- Format args
-
append
Append text to the activity description- Parameters:
text- Text to append
-