Human task handler will use task client and register to certain events (completed, failed, etc). So as soon as task is completed (or any other finishing operation) task server will trigger events to be sent to all known clients and this is how engine will be notified about various events that happened on ht server.
HTH