stacktrace property

StackTrace stacktrace
final

The originating stacktrace of the command that is being executed. This helps provide better stack locations to end users that are sending commands, since the stacktrace provides the location.

Implementation

final StackTrace stacktrace;