OnSkuCommands
This hook runs after commands have been applied to a Sku Actor from the create or applyCommands message. Commands returned from rules does not trigger the hook again.
Type
filtrera
{
hook: 'OnSkuCommands'
before: Sku // The sku before the commands were applied
sku: Sku // The sku after the commands were applied
}