Wish List item for DynamoPlayer

@Bzz I have been working on a Dynamo Extension that logs when dynamo is used. When dynamo is used natively, it always fires the WorkspaceModel.Disposed event as it closes. This seems like a good time bundle up the data I’ve collected. The only issue is that DynamoPlayer does not fire this event when it closes. Is it possible to implement this in a future version?

also, in general, for the Dynamo development team, a “IsHeadless” property would be amazing

for the record, Dynamo.Models.DynamoModel.IsHeadless exists… it just always returns false, even when dynamo player is used