Do you mean when the user saves? When the user saves, first the "Before Record Submit" actions would trigger, then after that the record is saved to the server on NetSuite's side (After Record Submit). These are server triggers, so they happen after the user submits the record (Before/After User Submit). If the Workflow is running on Before Record Submit, that is a server trigger that happens after the user already hit save in the browser (User submit).