 | JobGroupViewModelShowLogExecute method |
Opens the log file in the standard editor asynchronously via ShowLogTaskTree.
Namespace: Vishnu.ViewModelAssembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic override void ShowLogExecute(
Object? parameters
)
Public Overrides Sub ShowLogExecute (
parameters As Object
)
public:
virtual void ShowLogExecute(
Object^ parameters
) override
abstract ShowLogExecute :
parameters : Object -> unit
override ShowLogExecute :
parameters : Object -> unit
Parameters
- parameters Object
- Optional parameter, not used here.
See also